Telegram Group & Telegram Channel
Какой из следующих SQL запросов вернет топ-5 наиболее часто встречающихся значений из колонки с названием "cat" таблицы "products"?
Anonymous Quiz
SELECT TOP 5 cat, COUNT() AS count FROM products GROUP BY cat ORDER BY count DESC;
SELECT cat, COUNT() AS count FROM products GROUP BY cat ORDER BY count DESC LIMIT 5;
SELECT cat, COUNT() AS count FROM products GROUP BY cat ORDER BY count DESC FETCH NEXT 5 ROWS ONLY;
SELECT cat, COUNT() AS count FROM products GROUP BY cat ORDER BY count DESC WHERE ROWNUM <= 5;
585 answered



tg-me.com/sql_for_qa/70
Create:
Last Update:

BY SQL для тестировщика


Warning: Undefined variable $i in /var/www/tg-me/post.php on line 283

Share with your friend now:
tg-me.com/sql_for_qa/70

View MORE
Open in Telegram


SQL для тестировщика Telegram | DID YOU KNOW?

Date: |

To pay the bills, Mr. Durov is issuing investors $1 billion to $1.5 billion of company debt, with the promise of discounted equity if the company eventually goes public, the people briefed on the plans said. He has also announced plans to start selling ads in public Telegram channels as soon as later this year, as well as offering other premium services for businesses and users.

SQL для тестировщика from vn


Telegram SQL для тестировщика
FROM USA